body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
header {
  width: 90%;
  background-color: white;
  display: flex;
  justify-content: space-between;
  padding: 25px;
}
.index_link {
  text-decoration: none;
  color: #2c2c2c;
}
.logo {
  font-size: 30px;
  font-family: "Notable", sans-serif;
  font-weight: bolder;
  margin-left: 100px;
  margin-top: 15px;
}
nav ul {
  list-style: none;
  display: flex;
}
nav ul li {
  padding: 10px;
}
nav ul li a {
  text-decoration: none;
  color: #2c2c2c;
  font-family: cutive, monospace;
  font-weight: 500;
}
nav ul li:hover {
  transform: scale(1.2);
  transition-duration: 0.3;
}
.glider-contain {
  width: 80%;
  margin-top: 30px !important;
}

.vertical {
  margin-left: 40%;
  max-width: 60vh;
  max-height: 65vh;
  width: auto;
  height: auto;
}
.horizontal {
  margin-left: 27.5%;
  max-width: 45vh;
  max-height: 55vh;
  width: auto;
  height: auto;
}
.palm {
  margin-left: 31%;
  max-width: 60vh;
  max-height: 65vh;
  width: auto;
  height: auto;
}
.redlon {
  max-width: 70% !important;
  width: auto;
}
.fa-circle {
  color: #575757 !important;
  font-size: 10px;
}
.fa-circle:hover {
  color: #2c2c2c !important;
}
.titlePage {
  color: #2c2c2c;
  position: absolute;
  left: 10%;
  top: 90%;
  font-size: 23px;
  font-family: "Gruppo", cursive;
  font-weight: bold;
}
.hash_title {
  color: #2c2c2c;
  position: absolute;
  top: 95%;
  font-size: 23px;
  font-family: "Gruppo", cursive;
  font-weight: bold;
}
.horizontal_vid {
  max-width: 500px;
  max-height: 55vh;
  margin-top: 50px;
  width: auto;
  height: auto;
  margin-left: 28.5%;
}
.pumyuv{
  min-width: 50% !important;
  min-height: 50% !important;
}
.close {
  font-family: "Gruppo", cursive;
  font-weight: 800;
}
.transition-fade {
  transition: 0.5s;
  opacity: 1;
}
.alisha_hori {
  margin-left: 35%;
}
.loft_daughter{
  min-width: 23% !important;
}
html.is-animating .transition-fade {
  opacity: 0;
}
